home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- KillPanelController = {
- ACTIONS = {
- addName:;
- authorsSelected:;
- showPanel:;
- removeName:;
- };
- OUTLETS = {
- myPanel;
- removeButton;
- addButton;
- authorMatrix;
- nameFormCell;
- };
- SUPERCLASS = Object;
- };
- NntpPanelControl = {
- ACTIONS = {
- appDidInit:;
- addNewServer:;
- removeServer:;
- appWillTerminate:;
- slowLink:;
- openServer:;
- serverWillClose:;
- showKillPanel:;
- openOnStartup:;
- serverSelected:;
- };
- OUTLETS = {
- openButton;
- serverNameMatrix;
- newServerName;
- oldServerSL;
- addButton;
- starter;
- actionTable;
- newServerOOS;
- showHideCell;
- removeButton;
- newServerSL;
- killPanelController;
- oldServerOOS;
- mainMenu;
- };
- SUPERCLASS = Object;
- };
-